#[repr(i32)]pub enum tagLIBFLAGS {
LIBFLAG_FRESTRICTED = 1,
LIBFLAG_FCONTROL = 2,
LIBFLAG_FHIDDEN = 4,
LIBFLAG_FHASDISKIMAGE = 8,
}Variants§
Trait Implementations§
Source§impl Clone for tagLIBFLAGS
impl Clone for tagLIBFLAGS
Source§fn clone(&self) -> tagLIBFLAGS
fn clone(&self) -> tagLIBFLAGS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagLIBFLAGS
impl Debug for tagLIBFLAGS
Source§impl Hash for tagLIBFLAGS
impl Hash for tagLIBFLAGS
Source§impl PartialEq for tagLIBFLAGS
impl PartialEq for tagLIBFLAGS
impl Copy for tagLIBFLAGS
impl Eq for tagLIBFLAGS
impl StructuralPartialEq for tagLIBFLAGS
Auto Trait Implementations§
impl Freeze for tagLIBFLAGS
impl RefUnwindSafe for tagLIBFLAGS
impl Send for tagLIBFLAGS
impl Sync for tagLIBFLAGS
impl Unpin for tagLIBFLAGS
impl UnwindSafe for tagLIBFLAGS
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