#[repr(C)]pub struct CustomFixedLength {
pub bsize_32: Intnat,
pub bsize_64: Intnat,
}Fields§
§bsize_32: Intnat§bsize_64: IntnatAuto Trait Implementations§
impl Freeze for CustomFixedLength
impl RefUnwindSafe for CustomFixedLength
impl Send for CustomFixedLength
impl Sync for CustomFixedLength
impl Unpin for CustomFixedLength
impl UnsafeUnpin for CustomFixedLength
impl UnwindSafe for CustomFixedLength
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