Struct object_lib::object::MV_SIZE_THRESHOLD
source · struct MV_SIZE_THRESHOLD {
__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 MV_SIZE_THRESHOLD
impl Deref for MV_SIZE_THRESHOLD
impl LazyStatic for MV_SIZE_THRESHOLD
Auto Trait Implementations§
impl RefUnwindSafe for MV_SIZE_THRESHOLD
impl Send for MV_SIZE_THRESHOLD
impl Sync for MV_SIZE_THRESHOLD
impl Unpin for MV_SIZE_THRESHOLD
impl UnwindSafe for MV_SIZE_THRESHOLD
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