#[repr(u32)]pub enum luw_srb_flags_t {
LUW_SRB_NONE = 0,
LUW_SRB_APPEND = 1,
LUW_SRB_ALLOC = 2,
LUW_SRB_FULL_SIZE = 4,
LUW_SRB_FLAGS_ALL = 7,
}
Variants§
Trait Implementations§
Source§impl Clone for luw_srb_flags_t
impl Clone for luw_srb_flags_t
Source§fn clone(&self) -> luw_srb_flags_t
fn clone(&self) -> luw_srb_flags_t
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 Debug for luw_srb_flags_t
impl Debug for luw_srb_flags_t
Source§impl Hash for luw_srb_flags_t
impl Hash for luw_srb_flags_t
Source§impl PartialEq for luw_srb_flags_t
impl PartialEq for luw_srb_flags_t
impl Copy for luw_srb_flags_t
impl Eq for luw_srb_flags_t
impl StructuralPartialEq for luw_srb_flags_t
Auto Trait Implementations§
impl Freeze for luw_srb_flags_t
impl RefUnwindSafe for luw_srb_flags_t
impl Send for luw_srb_flags_t
impl Sync for luw_srb_flags_t
impl Unpin for luw_srb_flags_t
impl UnwindSafe for luw_srb_flags_t
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