#[repr(C)]pub struct BLFormatInfo {
pub depth: u32,
pub flags: u32,
pub __bindgen_anon_1: BLFormatInfo__bindgen_ty_1,
}Fields§
§depth: u32§flags: u32§__bindgen_anon_1: BLFormatInfo__bindgen_ty_1Trait Implementations§
Source§impl Clone for BLFormatInfo
impl Clone for BLFormatInfo
Source§fn clone(&self) -> BLFormatInfo
fn clone(&self) -> BLFormatInfo
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 BLFormatInfo
Auto Trait Implementations§
impl Freeze for BLFormatInfo
impl RefUnwindSafe for BLFormatInfo
impl !Send for BLFormatInfo
impl !Sync for BLFormatInfo
impl Unpin for BLFormatInfo
impl UnwindSafe for BLFormatInfo
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