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