Struct LCN_WEAK_REFERENCE_BUFFER
#[repr(C)]pub struct LCN_WEAK_REFERENCE_BUFFER {
pub Lcn: i64,
pub LengthInClusters: i64,
pub ReferenceCount: u32,
pub State: u16,
}
Fields§
§Lcn: i64
§LengthInClusters: i64
§ReferenceCount: u32
§State: u16
Trait Implementations§
§impl Clone for LCN_WEAK_REFERENCE_BUFFER
impl Clone for LCN_WEAK_REFERENCE_BUFFER
§fn clone(&self) -> LCN_WEAK_REFERENCE_BUFFER
fn clone(&self) -> LCN_WEAK_REFERENCE_BUFFER
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 moreimpl Copy for LCN_WEAK_REFERENCE_BUFFER
Auto Trait Implementations§
impl Freeze for LCN_WEAK_REFERENCE_BUFFER
impl RefUnwindSafe for LCN_WEAK_REFERENCE_BUFFER
impl Send for LCN_WEAK_REFERENCE_BUFFER
impl Sync for LCN_WEAK_REFERENCE_BUFFER
impl Unpin for LCN_WEAK_REFERENCE_BUFFER
impl UnwindSafe for LCN_WEAK_REFERENCE_BUFFER
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