Struct KSPROPERTY_BIBLIOGRAPHIC
#[repr(transparent)]pub struct KSPROPERTY_BIBLIOGRAPHIC(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KSPROPERTY_BIBLIOGRAPHIC
impl Clone for KSPROPERTY_BIBLIOGRAPHIC
§fn clone(&self) -> KSPROPERTY_BIBLIOGRAPHIC
fn clone(&self) -> KSPROPERTY_BIBLIOGRAPHIC
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 more§impl Debug for KSPROPERTY_BIBLIOGRAPHIC
impl Debug for KSPROPERTY_BIBLIOGRAPHIC
§impl Default for KSPROPERTY_BIBLIOGRAPHIC
impl Default for KSPROPERTY_BIBLIOGRAPHIC
§fn default() -> KSPROPERTY_BIBLIOGRAPHIC
fn default() -> KSPROPERTY_BIBLIOGRAPHIC
Returns the “default value” for a type. Read more
§impl PartialEq for KSPROPERTY_BIBLIOGRAPHIC
impl PartialEq for KSPROPERTY_BIBLIOGRAPHIC
impl Copy for KSPROPERTY_BIBLIOGRAPHIC
impl Eq for KSPROPERTY_BIBLIOGRAPHIC
impl StructuralPartialEq for KSPROPERTY_BIBLIOGRAPHIC
Auto Trait Implementations§
impl Freeze for KSPROPERTY_BIBLIOGRAPHIC
impl RefUnwindSafe for KSPROPERTY_BIBLIOGRAPHIC
impl Send for KSPROPERTY_BIBLIOGRAPHIC
impl Sync for KSPROPERTY_BIBLIOGRAPHIC
impl Unpin for KSPROPERTY_BIBLIOGRAPHIC
impl UnwindSafe for KSPROPERTY_BIBLIOGRAPHIC
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