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