#[repr(transparent)]pub struct VCL_BYTES(pub i64);Tuple Fields§
§0: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for VCL_BYTES
impl RefUnwindSafe for VCL_BYTES
impl Send for VCL_BYTES
impl Sync for VCL_BYTES
impl Unpin for VCL_BYTES
impl UnsafeUnpin for VCL_BYTES
impl UnwindSafe for VCL_BYTES
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