#[repr(transparent)]pub struct Writebufsize(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl Writebufsize
impl Writebufsize
Sourcepub const UNBUFFERED: Self = _
pub const UNBUFFERED: Self = _
Disable buffering
Source§impl Writebufsize
impl Writebufsize
Trait Implementations§
Source§impl Clone for Writebufsize
impl Clone for Writebufsize
Source§fn clone(&self) -> Writebufsize
fn clone(&self) -> Writebufsize
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<Writebufsize> for u8
impl From<Writebufsize> for u8
Source§fn from(val: Writebufsize) -> u8
fn from(val: Writebufsize) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Writebufsize
impl From<u8> for Writebufsize
Source§fn from(val: u8) -> Writebufsize
fn from(val: u8) -> Writebufsize
Converts to this type from the input type.
Source§impl Ord for Writebufsize
impl Ord for Writebufsize
Source§fn cmp(&self, other: &Writebufsize) -> Ordering
fn cmp(&self, other: &Writebufsize) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Writebufsize
impl PartialEq for Writebufsize
Source§impl PartialOrd for Writebufsize
impl PartialOrd for Writebufsize
impl Copy for Writebufsize
impl Eq for Writebufsize
impl StructuralPartialEq for Writebufsize
Auto Trait Implementations§
impl Freeze for Writebufsize
impl RefUnwindSafe for Writebufsize
impl Send for Writebufsize
impl Sync for Writebufsize
impl Unpin for Writebufsize
impl UnwindSafe for Writebufsize
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)