Struct ADVF
#[repr(transparent)]pub struct ADVF(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for ADVF
impl Eq for ADVF
impl StructuralPartialEq for ADVF
Auto Trait Implementations§
impl Freeze for ADVF
impl RefUnwindSafe for ADVF
impl Send for ADVF
impl Sync for ADVF
impl Unpin for ADVF
impl UnwindSafe for ADVF
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