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