pub struct LoadSaveFlags(pub u32);Expand description
Flags for Context::load_keys / save_keys. Wraps the RNP_LOAD_SAVE_*
constants.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl BitOr for LoadSaveFlags
impl BitOr for LoadSaveFlags
Source§impl Clone for LoadSaveFlags
impl Clone for LoadSaveFlags
Source§fn clone(&self) -> LoadSaveFlags
fn clone(&self) -> LoadSaveFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LoadSaveFlags
Source§impl Debug for LoadSaveFlags
impl Debug for LoadSaveFlags
Source§impl Default for LoadSaveFlags
impl Default for LoadSaveFlags
Source§fn default() -> LoadSaveFlags
fn default() -> LoadSaveFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoadSaveFlags
impl RefUnwindSafe for LoadSaveFlags
impl Send for LoadSaveFlags
impl Sync for LoadSaveFlags
impl Unpin for LoadSaveFlags
impl UnsafeUnpin for LoadSaveFlags
impl UnwindSafe for LoadSaveFlags
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