pub struct range_flags_t {
pub flags: u32,
pub cluster_first: u32,
pub cluster_last: u32,
}
Fields§
§flags: u32
§cluster_first: u32
§cluster_last: u32
Trait Implementations§
Source§impl Clone for range_flags_t
impl Clone for range_flags_t
Source§fn clone(&self) -> range_flags_t
fn clone(&self) -> range_flags_t
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 moreimpl Copy for range_flags_t
Auto Trait Implementations§
impl Freeze for range_flags_t
impl RefUnwindSafe for range_flags_t
impl Send for range_flags_t
impl Sync for range_flags_t
impl Unpin for range_flags_t
impl UnwindSafe for range_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