Struct ipc_channel::platform::unix::SYSTEM_SENDBUF_SIZE
source · struct SYSTEM_SENDBUF_SIZE {
__private_field: (),
}
Fields§
§__private_field: ()
Methods from Deref<Target = usize>§
pub const MIN: usize = 0usize
pub const MAX: usize = 18_446_744_073_709_551_615usize
pub const BITS: u32 = 64u32
Trait Implementations§
source§impl Deref for SYSTEM_SENDBUF_SIZE
impl Deref for SYSTEM_SENDBUF_SIZE
impl LazyStatic for SYSTEM_SENDBUF_SIZE
Auto Trait Implementations§
impl Freeze for SYSTEM_SENDBUF_SIZE
impl RefUnwindSafe for SYSTEM_SENDBUF_SIZE
impl Send for SYSTEM_SENDBUF_SIZE
impl Sync for SYSTEM_SENDBUF_SIZE
impl Unpin for SYSTEM_SENDBUF_SIZE
impl UnwindSafe for SYSTEM_SENDBUF_SIZE
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