#[repr(i32)]pub enum BcdLibrary_FirstMegabytePolicy {
FirstMegabytePolicyUseNone,
FirstMegabytePolicyUseAll,
FirstMegabytePolicyUsePrivate,
}Variants§
Trait Implementations§
source§impl Clone for BcdLibrary_FirstMegabytePolicy
impl Clone for BcdLibrary_FirstMegabytePolicy
source§fn clone(&self) -> BcdLibrary_FirstMegabytePolicy
fn clone(&self) -> BcdLibrary_FirstMegabytePolicy
Returns a copy 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 PartialEq<BcdLibrary_FirstMegabytePolicy> for BcdLibrary_FirstMegabytePolicy
impl PartialEq<BcdLibrary_FirstMegabytePolicy> for BcdLibrary_FirstMegabytePolicy
source§fn eq(&self, other: &BcdLibrary_FirstMegabytePolicy) -> bool
fn eq(&self, other: &BcdLibrary_FirstMegabytePolicy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for BcdLibrary_FirstMegabytePolicy
impl Eq for BcdLibrary_FirstMegabytePolicy
impl StructuralEq for BcdLibrary_FirstMegabytePolicy
impl StructuralPartialEq for BcdLibrary_FirstMegabytePolicy
Auto Trait Implementations§
impl RefUnwindSafe for BcdLibrary_FirstMegabytePolicy
impl Send for BcdLibrary_FirstMegabytePolicy
impl Sync for BcdLibrary_FirstMegabytePolicy
impl Unpin for BcdLibrary_FirstMegabytePolicy
impl UnwindSafe for BcdLibrary_FirstMegabytePolicy
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