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