pub struct EntryPointFlags { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BitOr for EntryPointFlags
impl BitOr for EntryPointFlags
Source§impl BitOrAssign for EntryPointFlags
impl BitOrAssign for EntryPointFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for EntryPointFlags
impl Clone for EntryPointFlags
Source§fn clone(&self) -> EntryPointFlags
fn clone(&self) -> EntryPointFlags
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 EntryPointFlags
impl Debug for EntryPointFlags
Source§impl PartialEq for EntryPointFlags
impl PartialEq for EntryPointFlags
impl Copy for EntryPointFlags
impl Eq for EntryPointFlags
impl StructuralPartialEq for EntryPointFlags
Auto Trait Implementations§
impl Freeze for EntryPointFlags
impl RefUnwindSafe for EntryPointFlags
impl Send for EntryPointFlags
impl Sync for EntryPointFlags
impl Unpin for EntryPointFlags
impl UnsafeUnpin for EntryPointFlags
impl UnwindSafe for EntryPointFlags
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