#[repr(C)]pub struct BLFileCore {
pub handle: isize,
}Fields§
§handle: isizeTrait Implementations§
Source§impl Clone for BLFileCore
impl Clone for BLFileCore
Source§fn clone(&self) -> BLFileCore
fn clone(&self) -> BLFileCore
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 BLFileCore
Auto Trait Implementations§
impl Freeze for BLFileCore
impl RefUnwindSafe for BLFileCore
impl Send for BLFileCore
impl Sync for BLFileCore
impl Unpin for BLFileCore
impl UnwindSafe for BLFileCore
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