#[repr(u32)]pub enum LinkFlags {
Active = 1,
Persistent = 2,
ActivePersistent = 3,
}
Expand description
Link flags specifiy if a link is active, persistent, or both.
Variants§
Trait Implementations§
impl Copy for LinkFlags
impl Eq for LinkFlags
impl StructuralPartialEq for LinkFlags
Auto Trait Implementations§
impl Freeze for LinkFlags
impl RefUnwindSafe for LinkFlags
impl Send for LinkFlags
impl Sync for LinkFlags
impl Unpin for LinkFlags
impl UnwindSafe for LinkFlags
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